home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_2
/
ispell-3.3ljr
/
interfaces
/
shell
/
readme
< prev
next >
Wrap
Text File
|
1992-09-27
|
871b
|
28 lines
This is a set of ARexx scripts callable from the standard C= shell
and the WShell. Other 3rd party shells can most likely use them
as well (with some small adjustments being needed in some cases).
All scripts start with '/*rx' which Markus Wild (gcc port
and ixemul.library fame) told me was supported by ixemul.library
and some other 3rd party shell writers as a hint that the
file contains rexx code (similar to #!/bin/csh under UNIX)...
To install, 'copy #?.rexx to rexx:'.
To use from OS 2.04 C= Shell:
rx spell <word1> <word2> <...>
rx lookup <reg_exp1> <reg_exp2> <...>
rx spellfile <file>
rx spellcheckword <word> <public_screen_to_open_GUISpell_on>
To use from WShell and OS 3.0 Shell:
spell <word1> <word2> <...>
lookup <reg_exp1> <reg_exp2> <...>
spellfile <file>
spellcheckword <word> <public_screen_to_open_GUISpell_on>
Loren
Sun Sep 27 11:37:44 1992